home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / marchzuma.swf / scripts / DefineButton2_14 / BUTTONCONDACTION on(release).as
Text File  |  2007-10-01  |  108b  |  7 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _root.snd.gotoAndPlay("s01");
  4.    gotoAndStop("gst");
  5.    play();
  6. }
  7.